func github.com/andybalholm/brotli.wrapPosition
6 uses
github.com/andybalholm/brotli (current package)
encode.go#L133: func wrapPosition(position uint64) uint32 {
encode.go#L436: var wrapped_last_flush_pos uint32 = wrapPosition(last_flush_pos)
encode.go#L705: var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
encode.go#L706: var wrapped_input_pos uint32 = wrapPosition(s.input_pos_)
encode.go#L754: var wrapped_last_processed_pos uint32 = wrapPosition(s.last_processed_pos_)
encode.go#L831: literal_context_mode = chooseContextMode(&s.params, data, uint(wrapPosition(s.last_flush_pos_)), uint(mask), uint(s.input_pos_-s.last_flush_pos_))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |